home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmiSoft / Util / virus / xvslibrary.lha / xvs / Developer / C / proto / xvs.h
C/C++ Source or Header  |  2004-01-15  |  408b  |  26 lines

  1. #ifndef _PROTO_XVS_H
  2. #define _PROTO_XVS_H
  3.  
  4. #ifndef EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7. #ifndef CLIB_XVS_PROTOS_H
  8. #include <clib/xvs_protos.h>
  9. #endif
  10.  
  11. #ifndef __NOLIBBASE__
  12. extern struct Library *xvsBase;
  13. #endif
  14.  
  15. #ifdef __GNUC__
  16. #include <inline/xvs.h>
  17. #elif defined(__VBCC__)
  18. #ifndef __PPC__
  19. #include <inline/xvs_protos.h>
  20. #endif
  21. #else
  22. #include <pragma/xvs_lib.h>
  23. #endif
  24.  
  25. #endif    /*  _PROTO_XVS_H  */
  26.